home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / LASTLOG < prev    next >
Encoding:
Text File  |  1994-07-25  |  1.4 KB  |  35 lines

  1. Usage: LASTLOG [<flag>] [[<pattern>]|[<number of entries> [<from entry>]]]
  2.   Displays the contents of the lastlog.  This is a list of the
  3.   most recent messages that have appeared on the screen.  LASTLOG
  4.   is useful to redisplay the screen if you inadvertantly do a
  5.   CLEAR or miss messages for other reasons.
  6.  
  7.   If no arguments are given, the entire lastlog is displayed. If the
  8.   first argument is a number, it determines how many log entries to show.
  9.   Otherwise it is searched for in every lastlog entry. The second
  10.   argument determines how many lines back to start display from. Thus
  11.     LASTLOG 4 8
  12.   Shows 4 lines of the lastlog, starting at line 8...  lines 8,
  13.   9, 10, 11 are displayed.  Furthermore:
  14.     LASTLOG bigcheese
  15.   displays only those lastlog entries that contain the word "bigcheese".  
  16.  
  17. Available flags:
  18.   You can further limit the display of the lastlog by specifying
  19.   one of the following flags:
  20.     -PUBLIC         Normal channel messages
  21.     -MSG            Private messages
  22.     -NOTICE         Notices
  23.     -NOTE           Notes
  24.     -WALL           Walls
  25.     -WALLOP         Wallops
  26.     -CRAP           Anything not included in the other categories
  27.     -LITERAL        Make the follow a pattern always, not a number
  28.  
  29.   The lastlog will only display messages of the type specified
  30.   by the flag.
  31.   
  32. See Also:
  33.   SET LASTLOG
  34.   SET LASTLOG_LEVEL
  35.